home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Scene Storm
/
Scene Storm - Volume 1.iso
/
coding
/
c
/
vbcc
/
machines
/
amiga68k
/
libsrc
/
math
/
math_ieee
/
sin.s
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-09-15
|
224 b
|
17 lines
xref _MathIeeeDoubTransBase
result
dc.l 0,0
xdef _sin
_sin:
movem.l 4(sp),d0-d1
move.l a6,-(sp)
move.l _MathIeeeDoubTransBase,a6
jsr -36(a6)
movem.l d0-d1,result
move.l #result,d0
move.l (sp)+,a6
rts